OPC Studio User's Guide and Reference
Internal Optimizations
Advanced Topics > Internal Optimizations

OPC is quite “sensitive” to proper usage, with regard to efficiency. OPC Data Client performs many internal optimizations, and uses the knowledge of proper approaches and procedures to effectively handle the communication with OPC servers.

Here are some of the optimizations implemented in OPC Data Client.NET and OPC Data Client-COM:

Here are some of the optimizations implemented in OPC Data Client-UA:

In OPC Data Client-UA, you can call a static method EasyUAClient.CloseAll to close all unused sessions that are open to OPC-UA servers.

See Also